publicKey

@get:JvmName(name = "getPublicKey")
@set:JvmName(name = "setPublicKey")
var publicKey: ByteString
The public key of the user's device.
This is sent out to other nodes on the mesh to allow them to compute a shared secret key.

bytes public_key = 7;